home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TINITDIALOG / TINITDIALOG.txt
Encoding:
Text File  |  1999-05-10  |  529 b   |  27 lines

  1. object InitDialog: TInitDialog
  2.   Left = 708
  3.   Top = 346
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'InitDialog'
  7.   ClientHeight = 209
  8.   ClientWidth = 306
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Background: TGIFImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 300
  23.     Height = 200
  24.     AutoSize = True
  25.   end
  26. end
  27.